home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / pcmagdoc.arc / SPECTRUM.DOC < prev    next >
Text File  |  1988-01-19  |  3KB  |  57 lines

  1.           SPECTRUM                              Robert L. Hummel
  2.           Command                        1987/No. 12 (Lab Notes)
  3.  
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Provides existing software with a selectable
  7.                     16-color palette (from among 64 displayable
  8.                     colors) when used with an Enhanced Graphics
  9.                     Adapter and an Enhanced Graphics (or similar)
  10.                     monitor.
  11.  
  12.           Format:   [d:][path]SPECTRUM
  13.  
  14.                         or (see second format, below)
  15.  
  16.                     [d:][path]SPECTRUM xx xx xx xx xx xx xx xx xx
  17.                     xx xx xx xx xx xx xx
  18.  
  19.           Remarks:  SPECTRUM is a memory-resident utility that is
  20.                     normally loaded as part of your AUTOEXEC.BAT
  21.                     file.  Once loaded, pressing Ctrl-` (the Ctrl
  22.                     key and the grave [reverse] accent key) pops
  23.                     up a display of 16 color boxes, each of which
  24.                     may be set, on-screen, to any of the 64
  25.                     displayable values.  The cursor pad keys are
  26.                     then used, as described in the display, to
  27.                     select any of the boxes and their 2-digit
  28.                     color codes.  Pressing the End key saves the
  29.                     current color selections and returns you to
  30.                     your application.  Home resets the color
  31.                     palette to its default values, and Esc aborts
  32.                     any changes made, restoring your previous
  33.                     color settings.
  34.  
  35.                     For loading or changing the SPECTRUM palette
  36.                     without using the pop-up window (e.g., as
  37.                     part of a batch file), the second Format
  38.                     above may be used.  The values for x may
  39.                     range from 0 through 7 and must be entered in
  40.                     pairs ON A SINGLE LINE (not on two lines, as
  41.                     shown).  A single space must separate each of
  42.                     the 16 pairs of digits, and a single space
  43.                     must also separate the number-pairs from the
  44.                     command name.  Use the pop-up window to
  45.                     determine the proper number-pairs initially.
  46.  
  47.                     Notes:
  48.                     1.   Software programs that write directly to
  49.                          the EGA registers will override the
  50.                          SPECTRUM color selections.  The SPECTRUM
  51.                          colors may be restored, if lost, by
  52.                          activating the display window (Ctrl-`)
  53.                          and then pressing the Esc key.
  54.  
  55.                     2.   EGACOSET.COM, is an
  56.                          alternative program to SPECTRUM.COM.
  57.